Function |is_normal
std/ops/float::|is_normal
Usage
|is_normal<F>(value)
Generics
โป F:
Float
Parameters
โณ value:
F
Return
โด bool
Tells if a value is normal.
Returns true
if the number is neither zero, infinite, subnormal, or NaN.